How-To Guides
Run Earth Data Hub Locally
Install the frontend dependencies:
npm install
Start the development server:
npm run dev
Build the production frontend:
npm run build
Run with Docker
Build the Earth Data Hub frontend image:
docker build -t earth-data-hub-ui:latest .
Run the container:
docker run --rm -p 8080:80 earth-data-hub-ui:latest